a11y: Make it compile again
authorBenjamin Otte <otte@redhat.com>
Mon, 27 Jun 2011 00:58:57 +0000 (02:58 +0200)
committerMatthias Clasen <mclasen@redhat.com>
Tue, 5 Jul 2011 20:08:10 +0000 (16:08 -0400)
Overriding CFLAGS is a bad idea. Use INCLUDES instead.

tests/a11y/Makefile.am

index 5127a9a6210a499fdfd7fb80660799f426e0499f..e6896b80fc08cd997e2bd9a4f1c870b2924dc1c7 100644 (file)
@@ -2,7 +2,7 @@ include $(top_srcdir)/Makefile.decl
 
 check_PROGRAMS = $(TEST_PROGS)
 
-CFLAGS = \
+INCLUDES =                             \
        -I$(top_srcdir)                 \
        -I$(top_builddir)/gdk           \
        -I$(top_srcdir)/gdk             \